home *** CD-ROM | disk | FTP | other *** search
/ Games Central GT Digital… Q1 Premier Trimestre '99 / GAME_CENTRAL.ISO / pc / data / lang.dir / 00007_Script_Hold on Current Frame < prev    next >
Text File  |  1999-04-26  |  509b  |  18 lines

  1. -- Frame    Hold on Current 
  2.  
  3. -- Nav
  4.  
  5.  
  6. -- This can be a frame script or sprite script,
  7. -- drag it into the frame script cell to have the movie loop on the current frame
  8. -- or drag it to a sprite to have the same effect.
  9.  
  10.  
  11. on exitFrame
  12.   go the frame
  13. end
  14.  
  15. on getBehaviorDescription  
  16.   return ¨
  17. "Loops the Playback Head on the current frame to pause the movie. All interactive elements in the frame continue to function.  Drag to a sprite or frame in the script channel.  No parameters."  
  18. end